home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / bit / src / forms / FORMS / INCLUDE / lightbutton.h < prev    next >
Text File  |  1994-08-01  |  773b  |  32 lines

  1. /************   Object Class: Lightbutton  ************/
  2.  
  3. /***** Class    *****/
  4.  
  5. #define FL_LIGHTBUTTON        12
  6.  
  7. /***** Types    *****/
  8.  
  9.     /* Same types as for buttons */
  10.  
  11. /***** Defaults *****/
  12.  
  13. #define FL_LIGHTBUTTON_BOXTYPE    FL_UP_BOX
  14. #define FL_LIGHTBUTTON_COL1    39
  15. #define FL_LIGHTBUTTON_COL2    3
  16. #define FL_LIGHTBUTTON_LCOL    FL_LCOL
  17. #define FL_LIGHTBUTTON_ALIGN    FL_ALIGN_CENTER
  18.  
  19. /***** Others   *****/
  20.  
  21. #define FL_LIGHTBUTTON_TOPCOL    FL_COL1
  22. #define FL_LIGHTBUTTON_MCOL    FL_MCOL
  23. #define FL_LIGHTBUTTON_BW1    FL_BOUND_WIDTH
  24. #define FL_LIGHTBUTTON_BW2    2.0
  25. #define FL_LIGHTBUTTON_MINSIZE    12.0
  26.  
  27. /***** Routines *****/
  28.  
  29. FL_OBJECT  *fl_create_lightbutton(int, float, float, float, float, const char *);
  30. FL_OBJECT  *fl_add_lightbutton(int, float, float, float, float, const char *);
  31.  
  32.